home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / MVC.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  2KB  |  109 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For VISUAL C 1.x (C only)
  5.  
  6.     Build mvc.clb using:
  7.  
  8.         clint mvc.c -L+mvcc.clb -K=1 -Kb1 -I. %1 %2 %3 -3- -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. THIS IS A NON-STANDARD C-ONLY LIBRARY, AND IS NOT ADVISED. USE
  11. MVC.CLB DIRECTLY.
  12. */
  13.  
  14. /* Force correct stuff even if the wrong compiler is specified. */
  15.  
  16. #undef __TURBOC__
  17. #undef __BORLANDC__
  18. #undef __SC__
  19. #undef __ZTC__
  20. #undef zpage
  21. #undef no_init
  22. #undef monitor
  23. #undef non_banked
  24. #undef _handle
  25. #undef selector
  26. #undef _SIZEOF_INT
  27. #undef _SIZEOF_LONG
  28. #undef __TID__
  29. #undef MSC_VER
  30. #undef WIN32_LEAN_AND_MEAN
  31. #undef __FLAT__
  32. #undef __WIN32__
  33. #undef _WIN32
  34. #undef M_I86
  35. #undef _M_IX86
  36. #undef __declspec
  37. #undef __inline
  38. #undef __int64
  39. #undef __unaligned
  40.  
  41.  
  42. #define M_I86
  43.  
  44. #pragma lint -w-tni
  45. #pragma lint -w-tns
  46. #pragma lint -w-rtm
  47.  
  48.  
  49. #include "windows.h"
  50. #include "assert.h"
  51. #include "bios.h"
  52. #include "cderr.h"
  53. #include "colordlg.h"
  54. #include "commdlg.h"
  55. #include "conio.h"
  56. #include "cpl.h"
  57. #include "ctype.h"
  58. #include "custcntl.h"
  59. #include "ddeml.h"
  60. #include "dde.h"
  61. #include "direct.h"
  62. #include "dlgs.h"
  63. #include "dos.h"
  64. #include "errno.h"
  65. #include "fcntl.h"
  66. #include "float.h"
  67. #include "graph.h"
  68. #include "io.h"
  69. #include "limits.h"
  70. #include "locale.h"
  71. #include "lzdos.h"
  72. #include "malloc.h"
  73. #include "math.h"
  74. #include "memory.h"
  75. #include "mmsystem.h"
  76. #include "ole.h"
  77. #include "penwin.h"
  78. #include "penwoem.h"
  79. #include "pgchart.h"
  80. #include "print.h"
  81. #include "process.h"
  82. #include "scrnsave.h"
  83. #include "search.h"
  84. #include "setjmp.h"
  85. #include "share.h"
  86. #include "shellapi.h"
  87. #include "signal.h"
  88. #include "stdarg.h"
  89. #include "stddef.h"
  90. #include "stdio.h"
  91. #include "stdlib.h"
  92. #include "stress.h"
  93. #include "string.h"
  94. #include "time.h"
  95. #include "toolhelp.h"
  96. #include "ver.h"
  97. #include "vmemory.h"
  98. #include "wfext.h"
  99. #include "windowsx.h"
  100. #include "winmem32.h"
  101.  
  102. #include "sys/locking.h"
  103. #include "sys/types.h"
  104. #include "sys/timeb.h"
  105. #include "sys/stat.h"
  106. #include "sys/utime.h"
  107.  
  108. /* End of file. */
  109.